
Command Line: diskspd.exe -c10G -t2 -d60 -o1 -b8k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 8192
		using random I/O (alignment: 8192)
		number of outstanding I/O operations: 1
		thread stride size: 0
		threads per file: 2
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.00s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   3.33%|   0.29%|    3.05%|  96.66%
   1|   2.03%|   0.16%|    1.87%|  97.96%
-------------------------------------------
avg.|   2.68%|   0.22%|    2.46%|  97.31%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       247562240 |        30220 |       3.93 |     503.63 |    1.980 |    15.451 | test.dat (10240MB)
     1 |       236494848 |        28869 |       3.76 |     481.11 |    2.071 |    15.684 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         484057088 |        59089 |       7.69 |     984.74 |    2.024 |    15.565

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       197836800 |        24150 |       3.14 |     402.47 |    1.719 |     9.642 | test.dat (10240MB)
     1 |       188506112 |        23011 |       3.00 |     383.49 |    1.824 |    10.270 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         386342912 |        47161 |       6.14 |     785.95 |    1.770 |     9.954

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        49725440 |         6070 |       0.79 |     101.16 |    3.017 |    28.590 | test.dat (10240MB)
     1 |        47988736 |         5858 |       0.76 |      97.63 |    3.041 |    28.226 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:          97714176 |        11928 |       1.55 |     198.78 |    3.029 |    28.412


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.042 |      0.049 |      0.042
   25th |      0.100 |      0.112 |      0.102
   50th |      0.179 |      0.191 |      0.181
   75th |      0.765 |      0.866 |      0.822
   90th |      5.567 |      1.067 |      4.901
   95th |      7.069 |      1.177 |      6.792
   99th |     10.741 |     50.188 |     10.889
3-nines |    273.030 |    345.427 |    334.501
4-nines |    279.884 |    377.061 |    350.006
5-nines |    280.571 |    400.392 |    400.392
6-nines |    280.571 |    400.392 |    400.392
7-nines |    280.571 |    400.392 |    400.392
8-nines |    280.571 |    400.392 |    400.392
9-nines |    280.571 |    400.392 |    400.392
    max |    280.571 |    400.392 |    400.392
